From efcdb8d51797dc569107212e658f20002697712d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 3 Jul 2004 06:03:00 +0000 Subject: [PATCH] Quick fix for fulltext stopword list on mysql3. The include was moved into a function, changing the scope of the definition. --- includes/FulltextStoplist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/FulltextStoplist.php b/includes/FulltextStoplist.php index 12c9d6bcb4..703fee8097 100644 --- a/includes/FulltextStoplist.php +++ b/includes/FulltextStoplist.php @@ -4,6 +4,7 @@ # source file "myisam/ft_static.c" in the MySQL source distribution. # If you use a new version of MySQL, this might have to be changed. +global $wgFulltextStoplist; /* private */ $wgFulltextStoplist = array( "a", -- 2.20.1